home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
crispy
/
form1.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
812b
|
32 lines
VERSION 2.00
Begin Form Form1
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3870
ClientLeft = 1125
ClientTop = 1755
ClientWidth = 7425
Height = 4275
Left = 1065
LinkMode = 1 'Source
LinkTopic = "Form1"
ScaleHeight = 258
ScaleMode = 3 'Pixel
ScaleWidth = 495
Top = 1410
Width = 7545
WindowState = 1 'Minimized
Begin CommandButton Command1
Caption = "O.K."
Height = 375
Left = 3480
TabIndex = 0
Top = 3360
Width = 975
End
End
Sub Command1_Click ()
Unload Form1
End Sub